projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ba193
)
inspector: Add HighContrast to built-in themes list
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 30 Oct 2014 16:50:09 +0000
(12:50 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 30 Oct 2014 16:52:25 +0000
(12:52 -0400)
gtk/inspector/visual.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/visual.c
b/gtk/inspector/visual.c
index 15b881c1331ec0dcaf8409149a95492bbd24debb..e9b5f7df897627ccc745fc70266363addb5ae646 100644
(file)
--- a/
gtk/inspector/visual.c
+++ b/
gtk/inspector/visual.c
@@
-208,7
+208,9
@@
init_theme (GtkInspectorVisual *vis)
gchar *themedir = get_data_path ("themes");
t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
+ /* Builtin themes */
g_hash_table_add (t, g_strdup ("Adwaita"));
+ g_hash_table_add (t, g_strdup ("HighContrast"));
g_hash_table_add (t, g_strdup ("Raleigh"));
fill_gtk (themedir, t);